home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol C-14 / Vol C-14.iso / games / lightsof.swf / scripts / DefineButton2_29 / BUTTONCONDACTION on(release).as
Text File  |  2012-04-23  |  213b  |  19 lines

  1. on(release){
  2.    tellTarget("/16")
  3.    {
  4.       play();
  5.    }
  6.    tellTarget("/21")
  7.    {
  8.       play();
  9.    }
  10.    tellTarget("/17")
  11.    {
  12.       play();
  13.    }
  14.    tellTarget("/11")
  15.    {
  16.       play();
  17.    }
  18. }
  19.